home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip: 2005 Utilities
/
CHIP Utilities 2005.7z
/
CHIP Utilities 2005.iso
/
images
/
fd32rdp.igz
/
fd32rdp.img
/
LEVEL0
/
DOSRDP.CAB
/
bin
/
g2.bat
< prev
Wrap
DOS Batch File
|
2005-01-16
|
969b
|
34 lines
@if "%debug%"=="" echo off
if "%1"==":" if not "%2"=="" goto %2
if "%wattcp.cfg%"=="" %0 : _error missing WATTCP (packet driver)
if not exist %wattcp.cfg%\wattcp.cfg %0 : _error missing %wattcp.cfg%\wattcp.cfg
if not exist %wattcp.cfg%\tcp.cfg %0 : _error missing %wattcp.cfg%\tcp.cfg
if not exist %wattcp.cfg%\g2.exe %0 : _error missing %wattcp.cfg%\g2.exe
if exist PROTMAN$ if not exist PKTDRV$ %0 : _error MsClient packet driver missing (MSNET)
if not exist %ramdrv%\bin\pktchk.com goto _npktchk
%ramdrv%\bin\pktchk.com 0x20 0xff >nul
if errorlevel 1 %0 : _error missing packet driver
:_npktchk
%ramdrv%
cd %wattcp.cfg%
if not exist g2.exe %0 : _error missing g2.exe
for %%i in (1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25) do echo.
g2.exe %1 %2 %3 %4 %5 %6 %7 %8
cd \
goto _end
:_error
shift
shift
echo.
echo G2: Error%errorlevel% %1 %2 %3 %4 %5 %6 %7 %8
echo.
@rem pause
goto _end
:_end
:: Dosrdp End ::